home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1994 2nd Q2 / The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin / files / progming / cenvid / keycode.bat < prev    next >
Encoding:
DOS Batch File  |  1993-05-06  |  197 b   |  5 lines

  1. @echo off
  2. REM KeyCode - Print values of characters pressed
  3. ECHO Press Key to see keyboard value; Press ESCAPE to exit
  4. cenvi do { key = getch(); printf("key=%%04X\n",key) } while(key != '\033')
  5.